reftests: Fix shorthand-entry-border test
authorBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2019 03:11:11 +0000 (04:11 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000 (09:56 +0100)
We weren't setting CSS back to defaults, so the border highlight
transition would be at different stages when the 2 snapshots happened.

testsuite/reftests/shorthand-entry-border.css

index b8f28f68a3b3520642f54fab03aefcccc94d0695..aae1827d55f743156e2a9102bce845a16b9de08d 100644 (file)
@@ -1,8 +1,6 @@
-* {
-  border-radius: 0;
-}
+@import "reset-to-defaults.css";
 
-GtkWidget {
+widget {
   border-right-width: 5px;
 }